home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / XMSLB17.ARJ / XMSLIB.DOC < prev    next >
Text File  |  1991-09-02  |  2KB  |  41 lines

  1. Note:  $Id: xmslib.doc 1.2 91/09/02 12:41:44 explorer Exp Locker: explorer $
  2.  
  3. --------------------------------------------------------------------------------
  4.  
  5. XMSLIB - access extended memory using the XMS driver on a 286 or better machine.
  6.  
  7. --------------------------------------------------------------------------------
  8.  
  9.  
  10. Version 1.0:
  11.         Never released.
  12. Version 1.1:
  13.         Never released.
  14. Version 1.2:
  15.         First ``public'' release to the Usenet community.
  16. Version 1.3:
  17.         Fixed one major (and stupid) bug:  I had a JMP instruction in the
  18.         XMS_Setup routine that caused the function to always think there was an
  19.         XMS driver loaded.  Thanks to all those who pointed that one out...
  20.         Also, thanks to DTF, one FAR directive was missing from the xlslib.h
  21.         header file.
  22. Version 1.4:
  23.         Fixed a few more typos and a bug or two.  All memory models are now
  24.         supported, even tiny and huge.  An object file, produced by Turbo
  25.         Assembler 2.5 using the large model, is included in this release
  26.         as well for those who may not have tasm.
  27. Version 1.5:
  28.         Fixed a few more minor errors, and moved the pointer to the HMA into
  29.         the users code rather than the xmslib code.  Some internal veriable
  30.         names changed as well; this should not affect user code.
  31. Version 1.6:
  32.         A few more typos, and one documentation error only.  Hopefully this
  33.         will get rid of the errors; I plan on adding better documentation and
  34.         more functionality.  Never released.
  35. Version 1.7:
  36.         Noticed one last (!) typo after checking in the code, so this version
  37.         will be the one released to the rest of the world.
  38.         Uploaded to Simtel20 as xmslb17i, Usenet at xmslb17u, and a few BBS
  39.         systems as xmslb17b.  All are the same, only the last letter has changed
  40.         to indicate how the code was received.
  41.